UCF STIG Viewer Logo

The File System Object component must be disabled.


Overview

Finding ID Version Rule ID IA Controls Severity
V-13700 WA000-WI100 IIS7 SV-46359r2_rule ECSC-1 Medium
Description
Some Component Object Model (COM) components are not required for most applications and should be removed if possible. Most notably, consider disabling the File System Object component; however, this will also remove the Dictionary object. Be aware some programs may require this component (e.g., Commerce Server), so it is highly recommended this be tested completely before implementing on the production web server.
STIG Date
IIS 7.0 WEB SERVER STIG 2014-12-10

Details

Check Text ( C-32934r7_chk )
1. Locate the HKEY_CLASSES_ROOT\CLSID\{0D43FE01-F093-11CF-8940-00A0C9054228} registry key. If the key exist, the File System Object component is enabled.

2. If the File System Object component is enabled and is not required for operations, this is a finding.

NOTE: If the File System Object component is required for operations and has supporting documentation signed by the IAO, this is not a finding.
Fix Text (F-29076r1_fix)
Run the following command to unregister the File System Object: regsvr32 scrrun.dll /u.